home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
MFCLESP.PAK
/
AFXRES.RC
< prev
Wrap
Text File
|
1997-05-06
|
10KB
|
212 lines
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1995 Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sources for detailed information regarding the
// Microsoft Foundation Classes product.
#ifndef __AFXRES_RC__
#define __AFXRES_RC__
#ifndef __AFXRES_H__
#include <afxres.h>
#endif
#ifdef APSTUDIO_INVOKED
// This will prevent the VC++ Resource Editor user from saving this file
1 TEXTINCLUDE DISCARDABLE
BEGIN
"< No se pueden cambiar recursos MFC estßndar. >\0"
END
#endif //APSTUDIO_INVOKED
#ifndef _AFXDLL
/////////////////////////////////////////////////////////////////////////////
// Default resource description for MFC applications
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// Strings
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_OPENFILE, "Abrir"
#ifndef _MAC
AFX_IDS_SAVEFILE, "Guardar como"
AFX_IDS_ALLFILTER, "Todos los archivos (*.*)"
AFX_IDS_UNTITLED, "Sin tφtulo"
#else
AFX_IDS_SAVEFILE, "Guardar documento como:"
AFX_IDS_ALLFILTER, "Todos los archivos"
AFX_IDS_UNTITLED, "sin tφtulo"
AFX_IDS_UNNAMED_FILE, "un archivo sin nombre"
AFX_IDS_ABOUT, "Acerca de %1\205"
#endif
AFX_IDS_HIDE, "&Ocultar"
AFX_IDS_MEMORY_EXCEPTION, "No hay suficiente memoria."
AFX_IDS_NOT_SUPPORTED_EXCEPTION,"Se intent≤ una operaci≤n no permitida."
AFX_IDS_RESOURCE_EXCEPTION, "Rcurso necesario no disponible."
AFX_IDS_USER_EXCEPTION, "Se encontró un error desconocido."
// General error prompts
AFX_IDP_INVALID_FILENAME, "Nombre de archivo no vßlido."
AFX_IDP_FAILED_TO_OPEN_DOC, "Imposible abrir documento."
AFX_IDP_FAILED_TO_SAVE_DOC, "Imposible guardar documento."
#ifndef _MAC
AFX_IDP_ASK_TO_SAVE, "┐Guardar cambios a %1?"
#else
AFX_IDP_ASK_TO_SAVE, "┐Guardar cambios al documento %1 \042%2\042?"
#endif
AFX_IDP_FAILED_TO_CREATE_DOC, "Imposible crear el documento vacφo."
AFX_IDP_FILE_TOO_LARGE, "Archivo demasiado grande."
AFX_IDP_FAILED_TO_START_PRINT, "Imposible iniciar impresi≤n."
AFX_IDP_FAILED_TO_LAUNCH_HELP, "Imposible ejecutar la ayuda."
AFX_IDP_INTERNAL_FAILURE, "Error interno de la aplicaci≤n."
AFX_IDP_COMMAND_FAILURE, "Fall≤ el comando."
AFX_IDP_FAILED_MEMORY_ALLOC "No hay suficiente memoria para efectuar la operaci≤n."
AFX_IDP_GET_NOT_SUPPORTED, "Imposible leer una propiedad de s≤lo escritura."
AFX_IDP_SET_NOT_SUPPORTED, "Imposible escribir en una propiedad de s≤lo lectura."
// CFile/CArchive error strings for user failure
AFX_IDP_FAILED_INVALID_FORMAT "Formato de archivo no esperado."
#ifndef _MAC
AFX_IDP_FAILED_INVALID_PATH "%1\nImposible encontrar este archivo.\nCompruebe que la ruta y el nombre de archivo son correctos"
AFX_IDP_FAILED_DISK_FULL "La unidad de disco de destino estß llena."
#else
AFX_IDP_FAILED_INVALID_PATH "Imposible encontrar el archivo \042%1.\042 Compruebe que el nombre de archivo es correcto."
AFX_IDP_FAILED_DISK_FULL "El disco de destino estß lleno."
#endif
AFX_IDP_FAILED_ACCESS_READ "Imposible leer de %1, alguien mßs lo ha abierto."
AFX_IDP_FAILED_ACCESS_WRITE "Imposible escribir en %1, es de s≤lo lectura o alguien mßs lo ha abierto."
AFX_IDP_FAILED_IO_ERROR_READ "Error inesperado al leer %1."
AFX_IDP_FAILED_IO_ERROR_WRITE "Error inesperado al escribir en %1."
// Parsing error prompts
AFX_IDP_PARSE_INT, "Introduzca un n·mero entero."
AFX_IDP_PARSE_REAL, "Introduzca un n·mero."
AFX_IDP_PARSE_INT_RANGE, "Introduzca un n·mero entero entre %1 y %2."
AFX_IDP_PARSE_REAL_RANGE, "Introduzca un n·mero entre %1 y %2."
AFX_IDP_PARSE_STRING_SIZE, "No introduzca mßs de %1 caracteres."
AFX_IDP_PARSE_RADIO_BUTTON, "Seleccione un bot≤n."
AFX_IDP_PARSE_BYTE, "Introduzca un n·mero entero entre 0 y 255."
AFX_IDP_PARSE_UINT, "Introduzca un n·mero entero positivo."
AFX_IDP_PARSE_DATETIME, "Introduzca una fecha y/o una hora."
AFX_IDP_PARSE_CURRENCY, "Introduzca una moneda."
#ifndef _AFX_NO_OLE_RESOURCES
// OLE strings required for both servers and containers
AFX_IDS_PASTELINKEDTYPE "%s vinculado"
AFX_IDS_UNKNOWNTYPE "Tipo desconocido"
#ifndef _MAC
AFX_IDP_FAILED_TO_NOTIFY "%1\nImposible registrar el documento.\nPuede que el documento ya estΘ abierto."
#else
AFX_IDP_FAILED_TO_NOTIFY "Imposible registrar el documento. \042%1.\042 Puede que el documento ya estΘ abierto."
#endif
#endif //!_AFX_NO_OLE_RESOURCES
AFX_IDP_NO_ERROR_AVAILABLE "No hay ning·n mensaje de error disponible."
AFX_IDP_FILE_NONE "No ha ocurrido ning·n error."
AFX_IDP_FILE_GENERIC "Error desconocido al acceder a %1."
AFX_IDP_FILE_NOT_FOUND "No se encontr≤ %1."
AFX_IDP_FILE_BAD_PATH "%1 contiene una ruta no vßlida."
AFX_IDP_FILE_TOO_MANY_OPEN "Imposible abrir %1, hay demasiados archivos abiertos."
AFX_IDP_FILE_ACCESS_DENIED "Acceso denegado a %1."
AFX_IDP_FILE_INVALID_FILE "Controlador no vßlido asociado a %1."
AFX_IDP_FILE_REMOVE_CURRENT "Imposible eliminar %1 porque es el directorio actual."
AFX_IDP_FILE_DIR_FULL "Imposible crear %1 porque el directorio estß lleno."
AFX_IDP_FILE_BAD_SEEK "Fin de b·squeda en %1 "
AFX_IDP_FILE_HARD_IO "Error de E/S de hardware al acceder a %1."
AFX_IDP_FILE_SHARING "Violaci≤n de acceso compartido al acceder a %1."
AFX_IDP_FILE_LOCKING "Violaci≤n de bloqueo al acceder %1. "
AFX_IDP_FILE_DISKFULL "Disco lleno al acceder a %1."
AFX_IDP_FILE_EOF "Se intent≤ acceder a %1 mßs allß del final."
AFX_IDP_ARCH_NONE "No ha ocurrido ning·n error."
AFX_IDP_ARCH_GENERIC "Error desconocido al acceder a %1."
AFX_IDP_ARCH_READONLY "Se intent≤ escribir en %1 mientras se lo estaba leyendo."
AFX_IDP_ARCH_ENDOFFILE "Se intent≤ acceder a %1 mßs allß del final."
AFX_IDP_ARCH_WRITEONLY "Se intent≤ leer de %1 mientras estaba escribiendo."
AFX_IDP_ARCH_BADINDEX "%1 tiene un formato incorrecto."
AFX_IDP_ARCH_BADCLASS "%1 contiene un objeto inesperado."
AFX_IDP_ARCH_BADSCHEMA "%1 contiene un esquema incorrecto."
#ifndef _AFX_NO_MAPI_RESOURCES
// MAPI strings / error messages
AFX_IDP_FAILED_MAPI_LOAD "Imposible cargar el soporte del sistema de correo."
AFX_IDP_INVALID_MAPI_DLL "La DLL del sistema de correo no es vßlida."
AFX_IDP_FAILED_MAPI_SEND "Enviar correo no envi≤ el mensaje."
#endif //!_AFX_NO_MAPI_RESOURCES
#ifndef _AFX_NO_OCC_RESOURCES
AFX_IDS_OCC_SCALEUNITS_PIXELS "pφxeles"
#endif //!_AFX_NO_OCC_RESOURCES
END
/////////////////////////////////////////////////////////////////////////////
// Cursors
AFX_IDC_CONTEXTHELP CURSOR DISCARDABLE "res\\help.cur"
#ifndef _AFX_NO_SPLITTER_RESOURCES
AFX_IDC_SMALLARROWS CURSOR DISCARDABLE "res\\sarrows.cur"
AFX_IDC_HSPLITBAR CURSOR DISCARDABLE "res\\splith.cur"
AFX_IDC_VSPLITBAR CURSOR DISCARDABLE "res\\splitv.cur"
AFX_IDC_NODROPCRSR CURSOR DISCARDABLE "res\\nodrop.cur"
#endif //!_AFX_NO_SPLITTER_RESOURCES
#ifndef _AFX_NO_TRACKER_RESOURCES
AFX_IDC_TRACKNWSE CURSOR DISCARDABLE "res\\trcknwse.cur"
AFX_IDC_TRACKNESW CURSOR DISCARDABLE "res\\trcknesw.cur"
AFX_IDC_TRACKNS CURSOR DISCARDABLE "res\\trckns.cur"
AFX_IDC_TRACKWE CURSOR DISCARDABLE "res\\trckwe.cur"
AFX_IDC_TRACK4WAY CURSOR DISCARDABLE "res\\trck4way.cur"
AFX_IDC_MOVE4WAY CURSOR DISCARDABLE "res\\move4way.cur"
#endif //!_AFX_NO_TRACKER_RESOURCES
#ifndef _AFX_NO_CTL3D_RESOURCES
26567 BITMAP "res\\3dcheck.bmp" // Note: 26567 comes from CTL3D.H
#endif
/////////////////////////////////////////////////////////////////////////////
// Standard Dialogs
AFX_IDD_NEWTYPEDLG DIALOG DISCARDABLE 9, 26, 183, 70
#ifndef _MAC
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | 0x04
#else
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
#endif
CAPTION "Nuevo"
FONT 8, "MS Sans Serif"
BEGIN
LTEXT "&Nuevo ",IDC_STATIC,6,5,123,8,NOT WS_GROUP
LISTBOX AFX_IDC_LISTBOX,6,15,125,49,WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "Aceptar",IDOK,137,6,40,14
PUSHBUTTON "Cancelar",IDCANCEL,137,23,40,14
PUSHBUTTON "&Ayuda",ID_HELP,137,43,40,14
END
/////////////////////////////////////////////////////////////////////////////
// CMiniFrameWnd Bitmap
AFX_IDB_MINIFRAME_MENU BITMAP DISCARDABLE "res\\minifwnd.bmp"
/////////////////////////////////////////////////////////////////////////////
// CCheckListBox Bitmaps
AFX_IDB_CHECKLISTBOX_NT BITMAP DISCARDABLE "res\\ntcheck.bmp"
AFX_IDB_CHECKLISTBOX_95 BITMAP DISCARDABLE "res\\95check.bmp"
/////////////////////////////////////////////////////////////////////////////
#endif //!_AFXDLL
#endif //!__AFXRES_RC__
/////////////////////////////////////////////////////////////////////////////